projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0e8d344
)
Disable App Nap (bug#22993)
author
Aaron Jensen
<aaronjensen@gmail.com>
Thu, 7 Jul 2016 18:46:57 +0000
(19:46 +0100)
committer
Alan Third
<alan@idiocy.org>
Thu, 7 Jul 2016 18:57:47 +0000
(19:57 +0100)
* nextstep/templates/Info.plist.in: Insert AppNap disable code.
Copyright-paperwork-exempt: yes
nextstep/templates/Info.plist.in
patch
|
blob
|
history
diff --git
a/nextstep/templates/Info.plist.in
b/nextstep/templates/Info.plist.in
index dcd2fe341679ffbeca7a8ad3b787076d78cb123f..889a070411dfb2af6196c2a0adf278e888165074 100644
(file)
--- a/
nextstep/templates/Info.plist.in
+++ b/
nextstep/templates/Info.plist.in
@@
-675,5
+675,7
@@
along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.
</array>
<key>NSAppleScriptEnabled</key>
<string>YES</string>
+ <key>LSAppNapIsDisabled</key>
+ <true/>
</dict>
</plist>